home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / PLACEIT / Files next >
Text File  |  1991-09-11  |  4KB  |  97 lines

  1. Here is a description of what all the files within the !PlaceIt directory are
  2. for.  If installing the program you do not need install the Sources or Docs
  3. directories (or !Help for that matter) but if you want to give PlaceIt to
  4. someone else then you will have to keep all the files.  Quite a few people
  5. appreciate having the source anyway and it makes my life easier if people
  6. send in code for bug fixes.
  7.  
  8. The files are within separate directories within the PlaceIt directory to
  9. make identifying them easier.
  10.  
  11. Within the main directory there are the following files
  12.  
  13. !Boot           boot file for Place It, innoculated against the Extend virus
  14. !Help           help file describing Place It, includes disclaimer and
  15.                 copyright. IMPORTANT TO READ
  16. !Run            start up file
  17. !RunImage       main program, innoculated against the Hypothermic virus
  18. !Sprites        desktop sprites
  19.  
  20. and these directories
  21.  
  22. Config          directory containing the configuration files. This should be
  23.                 empty when you receive Place It
  24. Docs            directory containing extra documentation (see later)
  25. Extensions      directory containing any extensions modules (see later)
  26. Resources       directory containing the resources (see later)
  27. Source          directory containing the source (see later)
  28. Updater         directory containing the programs to update a config file
  29.  
  30.  
  31. Within the Config directory there may be
  32.  
  33. !Config         configuration file for Place It
  34. !OldConfig      backup version of configuration file made while updating the
  35.                 configuration file. Not deleted incase of problems with the
  36.                 update
  37. Background      file containing sprite to display behind the icons, if present
  38.  
  39.  
  40. Within the Docs directory there is
  41.  
  42. !Charity        where to send money to
  43. Extensions      describes how to install extensions and what the currently
  44.                 approved ones are
  45. History         history of Place It describing bug fixes, enhancements and
  46.                 new features
  47. WriteExtns      extensive documentation on how to write extension modules
  48.  
  49.  
  50. Within the Extensions directory there is
  51.  
  52. Autoload        Informs Place It which modules to load, this file should not
  53.                 exist when you receive Place It
  54. FNadrxx         library of routines to provide out of range adr's
  55. PROCExtnVS      library which defines several variables essential when
  56.                 writing extension modules
  57. There will also be directories containing extension modules. These are likely
  58. to contain a subset of
  59.  
  60. !ReadMe         a help file which you should read
  61. !Sprites        a sprite which gets merged into the sprite pool when the
  62.                 module is initialised
  63. Config          a configuration file, this file should not exist when you
  64.                 receive Place It
  65. Messages        message file, would anyone translating this into a foreign
  66.                 language please send me (and the author if not me) a copy.
  67.                 See !Help for my address
  68. Module          the actual module itself
  69. Source          a directory containing the source files for the module
  70. Templates       template file containing window definitions
  71.  
  72.  
  73. Within the Resources directory there is
  74.  
  75. Interface       Simon Huntington's wimp interface module. Thoroughly recomended
  76. Messages        message file, would anyone translating this into a foreign
  77.                 language please send me a copy. See !Help for my address
  78. Templates       template file containing window definitions
  79.  
  80.  
  81. Within the Sources directory there is
  82.  
  83. !PlaceIt        source for Place It. This file is huge
  84. Sprites         sprite used in load background window. Merged into !RunImage
  85.                 during assembly so is not needed as part of application
  86.  
  87.  
  88. Within the Updater directory there is
  89.  
  90. Get_Values      library of routines to examine configuration files. Used by
  91.                 Updater and !ConfigChk so must be keep in directory
  92. Updater         program to update the config file. Automatically invoked if
  93.                 need be
  94.  
  95.  
  96. PMF             my name, short for Pop Mobility Freak, not a file
  97.